home *** CD-ROM | disk | FTP | other *** search
/ Print & Paint Power / Print & Paint Power.iso / hitech / paint.bat < prev    next >
DOS Batch File  |  1994-08-19  |  951b  |  29 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo Running Paint Power from the CD...
  6. echo  
  7. echo  
  8. echo Each time you run Paint Power from the CD-ROM, you will be
  9. echo asked for your registration number.  This is because Paint Power
  10. echo cannot save your number on the CD.
  11. echo
  12. echo Also, if you are running on a system with four megabytes of
  13. echo memory or less, or are running under Windows, Paint Power may
  14. echo not run correctly from the CD due to memory shortages.  If
  15. echo Prant Power does not start up when you press ENTER, or if it
  16. echo displays any memory errors while it runs, you will need to
  17. echo install Paint Power to your hard drive before it will be able
  18. echo to function on your system.
  19. echo  
  20. echo We strongly recommend that you run the INSTALL program and have
  21. echo Paint Power copied to your hard drive.  Paint Power will run
  22. echo much faster when it has been properly installed.
  23. echo  
  24. echo  
  25. pause
  26. cd paint
  27. paint
  28. cd ..
  29.